Skip to content

docs: sync country coverage with Grid Switch Corridor List#534

Merged
pengying merged 1 commit into
mainfrom
sync-country-coverage-2026-06
Jun 9, 2026
Merged

docs: sync country coverage with Grid Switch Corridor List#534
pengying merged 1 commit into
mainfrom
sync-country-coverage-2026-06

Conversation

@pengying

@pengying pengying commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Sync mintlify/snippets/country-support.mdx with the Grid Switch Corridor List source of truth (tab: Grid Switch Corridor List).

  • Add Egypt (EG) as a Live destination — newly live via Thunes (Bank Transfer).
  • Bump headline count: 60 → 62 countries (header FeatureCard tags + "Send payments to N countries" copy). The published table actually listed 61 rows while the copy still said 60; this brings copy, tag, table, and regional totals into agreement.
  • Bump Middle East & Africa regional count: 14 → 15 (Egypt). Totals reconcile: 32 (Europe) + 15 (MEA) + 10 (Asia-Pacific) + 5 (Americas) = 62.
  • Coming Soon (Canada, Hong Kong, South Korea) unchanged.

Live derivation

Live destinations = rows with Status = "Live" (column J), deduped on ISO code. China (CN) stays a Live destination: it has a Live corridor (Thunes) as well as a Scoping row with Public Roadmap = Yes (Tazapay), and the dedupe rule prefers the Live row — so China remains in the main table and is not listed under Coming Soon. Egypt was the only net-new Live destination vs. the current published table.

Test plan

  • make lint-markdown (no OpenAPI changes, no rebundle needed)
  • Spot check the rendered snippet in mint dev

@mintlify

mintlify Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Grid 🟢 Ready View Preview Jun 1, 2026, 8:43 PM

@vercel

vercel Bot commented Jun 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
grid-flow-builder Ignored Ignored Preview Jun 8, 2026 7:08pm

Request Review

@greptile-apps

greptile-apps Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR syncs the country coverage documentation with the Grid Switch Corridor List by adding Egypt (EG) as a live Bank Transfer destination and updating the regional and headline country counts.

  • Egypt is inserted in correct alphabetical order between Denmark and Estonia; the MEA region count updates from 14 to 15, and both headline strings update from 60 to 62 (the pre-change table had 61 rows, so 60 was already one short).
  • The regional arithmetic (32 Europe + 15 MEA + 10 APAC + 5 Americas = 62) is internally consistent, though the PR description incorrectly states "60 → 61" and an APAC count of 9 rather than 10.
  • China (CN) is currently listed as a live country, but the PR description mentions CN in the same breath as the Coming Soon spreadsheet filter — this is worth clarifying against the source spreadsheet.

Confidence Score: 5/5

Safe to merge — the only code change is inserting one table row and updating three count strings, all of which are internally consistent.

The change is a small, self-contained documentation update. Egypt is placed correctly in alphabetical order, the MEA and headline counts are consistent with the full table (32+15+10+5=62), and no logic or API behaviour is touched. The open question about China's live status and the PR description's arithmetic are worth resolving but do not block the Egypt addition itself.

mintlify/snippets/country-support.mdx — the CN row warrants a second look against the spreadsheet source of truth.

Important Files Changed

Filename Overview
mintlify/snippets/country-support.mdx Adds Egypt (EG) to the Live countries table, bumps MEA count 14→15, and updates headline count 60→62. The regional math (32+15+10+5=62) is internally consistent, but the PR description misstates the bump as 60→61 and APAC as 9; the CN entry in the Live table may conflict with the spreadsheet source of truth.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Grid Switch Corridor List\nSpreadsheet] -->|Status = Live filter| B[Live Destinations]
    A -->|Public Roadmap = Yes\nAND Status ≠ Live| C[Coming Soon]
    B -->|Egypt EG added| D[country-support.mdx\nLive Table]
    C -->|CA, HK, KR unchanged| E[country-support.mdx\nComing Soon Section]
    D --> F[Headline: 62 Countries\n32 EU + 15 MEA + 10 APAC + 5 Americas]
    style B fill:#d4edda,stroke:#28a745
    style C fill:#fff3cd,stroke:#ffc107
Loading
Prompt To Fix All With AI
Fix the following 2 code review issues. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 2
mintlify/snippets/country-support.mdx:10-12
**Headline jumps by 2, not 1**

The PR description says "Bump headline count: 60 → 61" and lists the regional totals as "32 + 15 + 9 + 5 = 61," but the actual code changes both strings from **60 to 62**. Counting the table rows before this PR yields 61 countries (the old headline of 60 was already under by one), so the final 62 is mathematically correct (32 + 15 + 10 + 5 = 62, with Asia-Pacific at 10, not 9). The code itself is fine, but the PR description arithmetic is inconsistent — worth double-checking that the pre-existing off-by-one was intentional to fix here rather than a copy-paste slip.

### Issue 2 of 2
mintlify/snippets/country-support.mdx:27
**China appears in Live table but PR description classifies it as Coming Soon**

The PR description states "Coming Soon (CA, CN, HK, KR) already matches the spreadsheet filter (Public Roadmap = Yes AND Status ≠ Live)," implying the spreadsheet marks `CN` as not-yet-live. However, `CN` is currently in the Live countries table (line 27) and is absent from the Coming Soon section (which only lists CA, HK, KR). If the spreadsheet's source of truth has China as non-live, this row should be moved to the Coming Soon section rather than remaining as a live corridor.

Reviews (3): Last reviewed commit: "docs: sync country coverage with Grid Sw..." | Re-trigger Greptile

Add Egypt as a Live destination (Thunes, Bank Transfer) and update
counts: 62 total Live destinations (Middle East and Africa 14 -> 15).
Coming Soon (Canada, Hong Kong, South Korea) unchanged; China is now
Live and already listed.

https://claude.ai/code/session_01QjQtezWVr4v9wdDtK2tFTJ
@pengying pengying merged commit 37808ab into main Jun 9, 2026
8 checks passed
@pengying pengying deleted the sync-country-coverage-2026-06 branch June 9, 2026 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants